Updates
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Feb 2015 00:49:37 +0000 (19:49 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Feb 2015 00:49:37 +0000 (19:49 -0500)
NEWS

diff --git a/NEWS b/NEWS
index 61643b32f4056c4d65c3f95c862351c08d54cec2..57e05ae4bfa52ba0b521818baf3ba1182bf7e45b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+Overview of Changes in GTK+ 3.15.7
+==================================
+
+* GtkListBox now supports models with gtk_list_box_bind_model
+
+* GtkNotebook has a new function to support tab dnd
+
+* GtkSidebar was renamed to GtkStackSidebar to better convey what it does
+
+* GtkFileChooser now has a location column for search
+
+* GdkGLProfile has been removed
+
+* Bugs
+ 695945 implement minimize / maximize functionality
+ 708320 listbox: Update the cursor row when the row's child gets focus
+ 741946 OpenGL context should allow for GL attribute selection
+ 743350 main: Make gtk_get_option_group() available to bindings
+ 744148 gtk: x: fix compilation without x11 backend
+ 744172 Wayland: Clients won't work on compositors that support wl_seat < 4
+ 744204 File chooser in gedit try to open directory instead of navigatin...
+ 744394 GtkGLArea documentation does not reflect changes in the api
+ 744400 Add specific CSS class for the close/minimize/maximize button
+ 744407 Can't support core 3.2 gl context on llvmpipe
+ 744455 wayland: Update to xdg-shell unstable v5
+
+* Translation updates:
+ Hungarian
+ Norwegian bokmÃ¥l
+ Slovenian
+ Spanish
+ Turkish
+
+
 Overview of Changes in GTK+ 3.15.5
 ==================================
 
@@ -19,8 +53,6 @@ Overview of Changes in GTK+ 3.15.5
 * GtkScrolledWindow has gained a new ::edge-reached signal, which
   triggers when the edge of the scrollable area is reached.
 
-* GtkSidebar was renamed to GtkStackSidebar to better convey what it does
-
 * CSS:
  - Performance improvements